|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Functions | |
| void | main (void) |
Variables | |
| uint8_t | DataAESencrypted [16] |
| uint8_t | DataAESdecrypted [16] |
| void main | ( | void | ) |
Definition at line 73 of file aes_ex1_encryptDecrypt.c.
References CipherKey, Data, DataAESdecrypted, and DataAESencrypted.
| uint8_t DataAESdecrypted[16] |
Definition at line 65 of file aes_ex1_encryptDecrypt.c.
Referenced by main().
| uint8_t DataAESencrypted[16] |
AES Encryption and Decryption Example
Description: This demo shows how to use the AES Encryption and Decryption
CC430F5137
-----------------
Key: 000102030405060708090a0b0c0d0e0f Plaintext: 00112233445566778899aabbccddeeff Ciphertext: 69c4e0d86a7b0430d8cdb78070b4c55a
This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:
This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.
Definition at line 57 of file aes_ex1_encryptDecrypt.c.
Referenced by main().